home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DC CD-ROM Comic Book: Aq…- War of the Water Worlds
/
DC CD-ROM Comic Book: Aquaman - War of the Water Worlds.iso
/
pc
/
auto19.dxr
/
00014.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-08-30
|
352 b
|
15 lines
on mouseUp
global k, s60
if k = 0 then
puppetSound(0)
set the visible of sprite 26 to 0
set the visible of sprite 25 to 1
animate("02-2hs1.wav", 25, "02-02-1b.bmp", 3, s60, EMPTY)
set the visible of sprite 26 to 1
set the visible of sprite 25 to 0
set k to 1
puppetSprite(25, 0)
puppetSprite(26, 1)
end if
end